var net.hasSOLMPTCP

3 uses

	net (current package)
		mptcpsock_linux.go#L19: 	hasSOLMPTCP    bool
		mptcpsock_linux.go#L51: 	hasSOLMPTCP = major > 5 || (major == 5 && minor >= 16)
		mptcpsock_linux.go#L122: 	if hasSOLMPTCP {